toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.annotation
/
[jvm]Generated
Generated
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
@
Target
(
value
=
{
}
)
public
@interface
Generated
Annotates source code that has been generated.
Members
Functions
annotation
Type
Link copied to clipboard
public
abstract
Class
<
? extends
Annotation
>
annotationType
(
)
equals
Link copied to clipboard
public
abstract
boolean
equals
(
Object
p
)
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
to
String
Link copied to clipboard
public
abstract
String
toString
(
)
value
Link copied to clipboard
public
abstract
Array
<
String
>
value
(
)
A string containing the name of the generator that generated the class.